WPF and Silverlight Edition Basic Library > RadialMenu > RadialMenu Appearance |
You can customize the C1RadialMenu's appearance using either ClearStyle technology or by adding an icon to a C1RadialMenuItem. Customizing your menu control, either by changing the appearance or by adding an icon, can be done quickly and easily.
Customizing the C1RadialMenu's appearance uses just a few properties.
Complete the following steps:
When you run your application, it should resemble the following image:
Adding an icon to a C1RadialMenuItem can be completed in just a few steps.
Complete the following steps:
XAML Copy Code <Xaml:C1RadialMenuItem.Icon> <Image Source="YourImage.png" Height="12" Width="12" Margin="5,0,0,0"/> </Xaml:C1RadialMenuItem.Icon>